Conversation
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
add new user to about pod
The browser install step could hang indefinitely on a Playwright CDN stall (a run hung ~47min before being cancelled). Cache the browsers under ~/.cache/ms-playwright keyed by package-lock.json, only download on cache miss, and bound the step with timeout-minutes so a stall fails fast instead of blocking the job. Also drop webkit (unused) from the install, keeping only chromium and firefox. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
playwright install hangs right after the Chromium download reaches 100% when run on Node 24.16+ (the version GitHub runners now resolve from .nvmrc). This is a Playwright regression affecting <1.60.0, fixed in 1.60.0. Bump @playwright/test and playwright pins accordingly. Refs: microsoft/playwright#40998, microsoft/playwright#41092 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
chore: added changeset
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#865
#866